Skip to content

add scanning for non ascii characters in js src files - #3950

Merged
1cg merged 1 commit into
bigskysoftware:four-devfrom
MichaelWest22:check-ascii
Aug 11, 2026
Merged

add scanning for non ascii characters in js src files#3950
1cg merged 1 commit into
bigskysoftware:four-devfrom
MichaelWest22:check-ascii

Conversation

@MichaelWest22

@MichaelWest22 MichaelWest22 commented Aug 5, 2026

Copy link
Copy Markdown
Collaborator

Description

For maximum compatibility in case any js file is ever loaded without utf-8 support somehow we should avoid the use of non ascii characters and comments in the source code itself. And we can add a check script to validate this going forward so we can clean up any more that slip in.

Corresponding issue:

Testing

Please explain how you tested this change manually, and, if applicable, what new tests you added. If
you're making a change to just the website, you can omit this section.

Checklist

  • I have read the contribution guidelines
  • I have targeted this PR against the correct branch (master for website changes, dev for
    source changes)
  • This is either a bugfix, a documentation update, or a new feature that has been explicitly
    approved via an issue
  • I ran the test suite locally (npm run test) and verified that it succeeded

@MichaelWest22 MichaelWest22 added the htmx 4 Issues specific to htmx version 4 label Aug 5, 2026
@1cg

1cg commented Aug 11, 2026

Copy link
Copy Markdown
Contributor

Thank you Latent!

@1cg
1cg merged commit a763f59 into bigskysoftware:four-dev Aug 11, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

htmx 4 Issues specific to htmx version 4

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants